FileAttachment Constructor (Stream, String) |
Initializes a new instance of the FileAttachment class.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic FileAttachment(
Stream stream,
string name
)
Public Sub New (
stream As Stream,
name As String
)
Parameters
- stream
- Type: System.IOStream
The stream. - name
- Type: SystemString
The name.
See Also